Database first with Entity Framework Core ,oracle 11g (v11.2 ) and Scaffold-DbContext

108

Database first with Entity Framework Core ,oracle 11g (v11.2 ) and Scaffold-DbContext -

Scaffold-DbContext "Data Source=(DESCRIPTION=(ADDRESS_LIST= (ADDRESS=(COMMUNITY=tcpcom.world)(PROTOCOL=tcp)(HOST={Host})(PORT={Port})))(CONNECT_DATA=(SID={SID}))); User ID={UserId};Password={Password}" {Provider} -o Models

Database first with Entity Framework Core ,oracle 11g (v11.2 ) and Scaffold-DbContext -

Scaffold-DbContext "Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=1.1.1.1)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=MYdb)));Persist Security Info=True;User Id=USER;Password=mypass;" Oracle.EntityFrameworkCore -OutputDir Models

Comments

Submit
0 Comments